home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000308_news@newsmaster….columbia.edu _Fri Mar 20 06:40:39 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id GAA29242
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 20 Mar 1998 06:40:38 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id GAA23286
  7.     for kermit.misc@watsun; Fri, 20 Mar 1998 06:40:37 -0500 (EST)
  8. Newsgroups: comp.protocols.kermit.misc
  9. Path: news.columbia.edu!panix!nntprelay.mathworks.com!newshub.northeast.verio.net!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!newsfeed.atl.bellsouth.net!news.acsu.buffalo.edu!freenet.buffalo.edu!am302
  10. From: "L. Chen" <am302@freenet.buffalo.edu>
  11. Subject: MSKermit 3.15
  12. Content-Type: TEXT/PLAIN; charset=US-ASCII
  13. Message-ID: <Eq3vDy.IB6@freenet.buffalo.edu>
  14. Sender: nntp@acsu.buffalo.edu
  15. NNTP-Posting-Host: freenet.buffalo.edu
  16. Organization: Buffalo Free-Net
  17. Mime-Version: 1.0
  18. Date: Fri, 20 Mar 1998 06:58:35 GMT
  19. Lines: 66
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:8506
  21.  
  22.  
  23. I am using mskermit 3.15 as an external protocol to ProComm 2.0 for DOS -- 
  24. in a Win95 DOS windows.  It was working perfectly before when I had a external
  25. Zoom 14.4 modem on COM2.
  26.  
  27. Then someone gave me an internal Sporster 28.8/33.6 data/fax modem.  I 
  28. configured the port to COM3; and the external protocol doesn't work any more.
  29. [I also installed Norton Utilities 3.0 which installed DCOM on my computer.
  30. I don't know what it is.  I mention it just in case it means something to 
  31. you.]
  32.  
  33.  
  34. In mscustom.ini, I have the following statement:
  35.     set modem sports
  36.         set port com3 <03E8> <3>
  37.     [I get the address and irq for Win95 properties box.  
  38.      This is also what I have for ProComm.]
  39.  
  40. When I run msk31n, I get the following error message.
  41.  
  42. +++++
  43. Installing patches...
  44.  MS-DOS Kermit: 3.15 15 Sept 1997 patch level 1
  45.  MS-DOS Kermit 3.14 Initialization File...
  46.  ?unknown math symbol: <
  47.  
  48.  ?Use a number between 256 and 65520
  49.  
  50.  ?Word "<3>" is not usable here
  51.  Smile!
  52.  MS-Kermit>
  53. +++++
  54.  
  55. I have tried removing < >, I get a slightly different message -- that E is a
  56. unknown math symbol.
  57.  
  58. I have also tried the simple
  59.  
  60.         set port 3
  61.  
  62. In that case, if I type msk315n (by itself) in a DOS window, it seems to 
  63. be OK -- when I type dial ###-####, which is the line I am dialing out on,
  64. I get a busy signal.
  65.  
  66. However, when I access mskermit as an external protocol (for download) in
  67. ProComm for DOS, I get the following screen.  
  68.  
  69. +++++
  70.  
  71. Executing D:\comm\ms_kermi\MSKermit.ini
  72. Installing patches...
  73.   MS-DOS Kermit:  3.15  15 Sept 1997 patch level 1
  74. MS-DOS Kermit 3.14 Initialization File ...
  75.  
  76. +++++
  77.  
  78. Then it seems to freezed.  I have to "end task" to get out of it.  The a
  79. dialog box pop up saying that the program did an illegal operation.
  80.  
  81. Would appreciate a diagnosis of my problem and cure.
  82.  
  83. TIA
  84.  
  85. Chen
  86.  
  87.